home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / net commander 1.0 / PANORAMA / SETUP.INI < prev    next >
Encoding:
INI File  |  1996-04-16  |  9.4 KB  |  285 lines

  1. # FILE: setup.ini
  2. # VERSION: @(#)setup.ini.free    1.4 95/07/24
  3. #       Copyright (c) 1995 SoftQuad Inc.
  4. #     Setup script for Panorama FREE, NCSA/Spyglass/NetScape versions
  5. # DESCRIPTION:
  6. #
  7. #       The script roughly does the following in order:
  8. #
  9. #             create the setup screen, throw up a welcome dialog, get and 
  10. #             create the application directory, install the product, create
  11. #             or modify the program group ( this can be skipped ), and provide
  12. #             some options to the user at the end.
  13. #
  14. #       This file allows you to configure what the script does, and is split
  15. #       along the same lines as the script.
  16. #
  17. #       The file is like a normal MS-Windows .ini file.  It contains
  18. #       into sections of key-value pairs.  Example:
  19. #
  20. #       [SectionName]
  21. #       key1=value1
  22. #       key2=value2
  23. #
  24. #       Trailing and leading blanks are ignored.  Enclose the value
  25. #       in single or double quotes if you need the blanks.
  26. #
  27.  
  28. ################################################################################
  29. # Screen Initialization
  30. ################################################################################
  31.  
  32. [Screen]
  33. screenTitle=   SoftQuad Panorama FREE 1.0
  34.  
  35.  
  36. ################################################################################
  37. # Welcome section
  38. #
  39. #       Throws up a welcome dialog with at most 10 lines of text
  40. #       Leading spaces are ignored, unless you quote the string
  41. #       In the example below lines 1,4,8,9 and 10 will be left blank.
  42. #       Line2 and line3 will be indented.
  43. ################################################################################
  44.  
  45. [Welcome]
  46.  
  47. line2= "Welcome to SoftQuad Panorama FREE 1.0, the first"
  48. line3= "SGML browser for the World Wide Web."
  49. line4= ""
  50. line5= "Panorama FREE is designed to work with Spyglass"
  51. line6= "Enhanced Mosaic, NCSA Mosaic (ver 2.0), or Netscape"
  52. line7= "Navigator (ver 1.1N).  Please install and run one of"
  53. line8= "these applications before installing Panorama FREE."
  54. # make a check to determine if emosaic.ini has been installed in windows
  55. # checkMosaicIni = yes
  56.  
  57. ################################################################################
  58. # The (top-level) application directory ( e.g. D:\AE )
  59. #
  60. # gets directory of user choosing, verifies that there is enough disk space
  61. # and creates the directory if this is a new installation
  62. ################################################################################
  63.  
  64. [ApplicationDirectory]
  65.  
  66. # if installing on top of an old installation, give a "tag file" whose existence
  67. # the script can check
  68. #
  69. # if this is a new installation, the top-level directory will be automatically 
  70. # created
  71.  
  72. #newInstallation=no
  73. #tagFile=ae.exe
  74. newInstallation = yes
  75.  
  76. # dont prompt for installation location
  77. skipDialog=no
  78. # the Windows drive will be automatically prepended
  79. defaultLocation= "\softquad\panorama"
  80.  
  81. # Bytes used up by the complete installation.  The script will add on the overhead.
  82. # You will have to total up the sizes below ( in Installing ).
  83. spaceNeeded=3000000
  84.  
  85. # Header text for the application directory dialog
  86. # Maximum of six lines of header 
  87.  
  88. line1= Setup will install this application into the 
  89. line2= directory appearing below.
  90. line3= If you want to install Panorama FREE in a different
  91. line4= directory simply type in the full path name of the 
  92. line5= directory in the space below.
  93.  
  94. #################################################################################
  95. # Installing 
  96. #
  97. #       The application directory is already created.  The installation part of 
  98. # the script will creates the sub-directories, which you must specify.
  99. #
  100. # It then installs the disks, one by one.
  101. #
  102. #################################################################################
  103.  
  104. [Directories]
  105.  
  106. # number = 0 is legitimate 
  107. number = 5
  108.  
  109. # the application directory is already created
  110. # specify relative to the top-level directory, all the other directories to be created
  111.  
  112. dir1= catalog
  113. dir2= catalog\icon
  114. dir3= entityrc
  115. dir4= manual
  116. dir5= tmp
  117.  
  118. [Disks]
  119.  
  120. number = 1
  121. # the full label on a disk is, typically, SoftQuad Panorama 1.0 Disk 2.
  122. # the script will add the Disk 2
  123. diskLabel= SoftQuad Panorama FREE 1.0
  124.  
  125. # Compressed File Description:
  126. # name,target directory relative to application directory, description
  127. # for status bar, total uncompressed size 
  128.  
  129. [Disk1]
  130.  
  131. files=5
  132. file1=top.z,.,Installing binary and configuration files ...,2300000
  133. file2=catalog.z,catalog,Installing Panorama FREE catalog ...,316000
  134. file3=icon.z,catalog\icon,Installing Panorama FREE icons  ...,13000
  135. file4=entity.z,entityrc,Installing Panorama FREE entities ...,34000
  136. file5=manual.z,manual,Installing Panorama FREE manual ...,330000
  137.  
  138. # number = 0 is legit
  139. number = 0
  140.  
  141. ##################################################################################
  142. # Program group section
  143. #
  144. #       NOTE:  a group name may NOT contain double quotes, commas, or parentheses.
  145. #
  146. ##################################################################################
  147.  
  148. [ProgramGroup]
  149.  
  150. skipProgramGroup = no
  151.  
  152. #### Removing old groups ####
  153. # set to yes if you want to remove an old program group e.g. A/E 3.0's group
  154. removeOldGroup=no
  155.  
  156. #### Creating or checking for existing program group ####
  157. createGroup     = yes
  158. defaultGroupName = SoftQuad WWW Applications
  159. # defaultGroupFile useful only if creating a new group
  160. defaultGroupFile = SQWWW.GRP
  161.  
  162. #### Adding new items ####
  163. # no of items to add to/replace in the group, 0 is o.k.
  164. items = 2
  165.  
  166. # Item Description
  167. # ----------------
  168. # binary, command line arguments, description
  169. #
  170. # Give binary relative to the application directory, the script will prepend the
  171. # application directory.  The working directory will be the application directory.
  172. #
  173. # NOTE:  the description may NOT contain double quotes, commas or parentheses
  174. #
  175.  
  176. item1=panorama.exe, ,SoftQuad Panorama FREE 1.0
  177. item2=readme.wri, ,Panorama FREE 1.0 Readme
  178.  
  179.  
  180. #### header text for the program group dialog ####
  181. # maximum of 8 lines allowed as header text
  182.  
  183. line1= Setup will create a program group in the Program Manager
  184. line2= with the following file name and description.
  185. line3= NOTE: Any existing program group with the same name will
  186. line4= be replaced.
  187. line5= If you want to create the group with a different name or 
  188. line6= description, change the fields below:
  189.  
  190. ###########################################################################
  191. # End Options
  192. #
  193. #       Once the installation is done and the program group is created,
  194. # give the user the option to register product and/or view readme file
  195. #
  196. # The readme file, for now, is README.WRI and must be in the installation
  197. # top-level directory.
  198. ###########################################################################
  199.  
  200. [EndOptions]
  201.  
  202. # writeMosaicIni=yes
  203. # mosaicBakDlog=yes
  204.  
  205. skipEndOptions = no
  206. # skipEndOptionsDialog = yes
  207.  
  208. registerProduct = no
  209. theRegisterProgram = REGISTN.EXE
  210. product = Panorama
  211.  
  212. [InstallIni]
  213. file = panorama.ini
  214.  
  215. ########################################################################
  216. # Mosaic
  217. #
  218. #    Maximum of five lines in messages.  Can be changed.
  219. ########################################################################
  220.  
  221. [Panorama]
  222. # uncomment if you want Mosaic-related dialogs and code
  223. mosaicIni = mosaic.ini
  224.  
  225. # uncomment if you want Spyglass-related dialogs and code
  226. spyglassIni = emosaic.ini
  227.  
  228. # uncomment if you want Netscape-related dialogs and code
  229. netscape = yes
  230.  
  231. # the sections below, of course, are only relevant if the
  232. # relevant lines in Panorama is uncommented.
  233.  
  234. [Mosaic]
  235. # uncomment if you want Mosaic-related dialogs and code 
  236. #text for mosaic.ini exists dialog
  237.  
  238. ############################################################
  239. line2 = "NCSA Mosaic has been installed on your machine.  Do"
  240. line3 = "you wish to configure it to work with Panorama FREE?"
  241. line4 = "If so, the existing configuration file for NCSA"
  242. line5 = "Mosaic will be saved as C:\WINDOWS\MOSAIC.BAK."
  243.  
  244.  
  245. [Spyglass]
  246.  
  247. # uncomment if you want Spyglass-related dialogs and code
  248.  
  249. # text for emosaic.ini dialog exists
  250. line2 = "Spyglass Mosaic has been installed on your machine.  Do"
  251. line3 = "you wish to configure it to work with Panorama FREE?"
  252. line4 = "If so, the existing configuration file for Spyglass"
  253. line5 = "Mosaic will be saved as C:\WINDOWS\EMOSAIC.BAK."
  254.  
  255. [Netscape]
  256. # dialog text when Netscape is installed
  257. line2 = "Netscape Navigator has been installed on your machine."
  258. line3 = "Do you wish to configure it to work with Panorama FREE?"
  259. line4 = "If so, the existing configuration file will be saved as"
  260. line5 = "NETSCAPE.BAK in the Netscape installation directory."
  261.  
  262. [NoBrowser]
  263.  
  264. line2 = "Panoramo FREE is designed to work with NCSA Mosaic,"
  265. line3 = "Spyglass Enhanced Mosaic or Netscape Navigator, but"
  266. line4 = "none have been installed and run on your system.  Please"
  267. line5 = "consult the Panorama documentation for configuration"
  268. line6 = "information."
  269.  
  270. [ChooseBrowser]
  271. # maximum of 6 lines 
  272.  
  273. line2 = "Panorama FREE can be configured to work with"
  274. line3 = "NCSA Mosaic, Spyglass Enhanced Mosaic or Netscape"
  275. line4 = "Navigator."
  276. line5 = ""
  277. line6 = "Please select which browser you wish to use with Panorama. "
  278.  
  279. # don't forget the ampersand for the mneumonic
  280. NCSAButton = "NCSA &Mosaic"
  281. SpyglassButton = "&Spyglass"
  282. NetscapeButton = "&Netscape"
  283.  
  284. ############################## EOF #####################################
  285.